Barcode Xpress for Node.js v13.4 - Updated
System Requirements
Getting Started > System Requirements

Before installing Barcode Xpress for Node.js, make sure your computer system meets these minimum requirements:

Check the Version

To check the version of nodejs and java on your machine, use the following code from a Linux terminal:

Copy Code
$ node -v
$ java -version

Operating Systems

Barcode Xpress for Node.js is supported on x64 Windows operating systems of the following versions:

Barcode Xpress for Node.js is supported on x64 Linux operating systems of the following versions:

Although it may run, it is not supported on earlier operating system versions (for example, Ubuntu 14.04 or Windows 7).
  

On CentOS 8 operating system, Barcode Xpress License Manager may not work since some cryptographic protocols are disabled by default. In this case, to install a license on the local computer, required mode can be enabled with the following command (run it as a root):

Copy Code
update-crypto-policies --set LEGACY

After installing the license, default mode can be enabled with the command:

Copy Code
update-crypto-policies --set DEFAULT

See command description:
https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/security_hardening/using-the-system-wide-cryptographic-policies_security-hardening

It should also run on other Linux distributions, as long as they fully satisfy the requirements listed in this section.

 

See Also